LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

CopyTo Method






The one-dimensional array that is the destination of the elements copied from the current collection.
The index at which copying begins.
Copies all the elements of the collection to the specified one-dimensional array starting at the specified destination array index. .NET support
Syntax
public virtual void CopyTo( 
   T[] array,
   int arrayIndex
)
'Declaration
 
Public Overridable Sub CopyTo( _
   ByVal array() As T, _
   ByVal arrayIndex As Integer _
) 
'Usage
 
Dim instance As RasterCollection(Of T)
Dim array() As T
Dim arrayIndex As Integer
 
instance.CopyTo(array, arrayIndex)
public virtual void CopyTo( 
   T[] array,
   int arrayIndex
)
 function Leadtools.RasterCollection.CopyTo( 
   array ,
   arrayIndex 
)
public:
virtual void CopyTo( 
   array<T^>^ array,
   int arrayIndex
) 

Parameters

array
The one-dimensional array that is the destination of the elements copied from the current collection.
arrayIndex
The index at which copying begins.
Example
For an example, refer to RasterCollection<T>.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterCollection<T> Class
RasterCollection<T> Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.